with All Upper Bounds Named
fun <T : KoUpperBoundsProvider> List<T>.withAllUpperBoundsNamed(name: String, vararg names: String): List<T>
List containing declarations that have all specified upper bounds.
Return
A list containing declarations with all specified upper bound(s).
Parameters
name
The name of the upper bound to include.
names
The name(s) of the upper bound(s) to include.
List containing declarations that have all specified upper bounds.
Return
A list containing declarations with all specified upper bound(s).
Parameters
names
The name(s) of the upper bound(s) to include.